github.com/go-faster/jx.Writer.stream (field)
20 uses
github.com/go-faster/jx (current package)
enc_stream.go#L21: stream: newStreamState(w),
w.go#L13: stream *streamState
w.go#L18: if w.stream != nil {
w.go#L27: if w.stream != nil {
w.go#L36: w.stream.mustNotBeStreaming()
w.go#L45: w.stream = nil
w.go#L51: if w.stream == nil {
w.go#L52: w.stream = newStreamState(out)
w.go#L54: w.stream.Reset(out)
w.go#L68: if w.stream == nil {
w.go#L76: if w.stream == nil {
w_b64.go#L23: case w.stream == nil || len(w.Buf)+encodedLen <= cap(w.Buf):
w_b64.go#L28: s := w.stream
w_float_bits.go#L23: switch s := w.stream; {
w_stream.go#L13: if w.stream == nil {
w_stream.go#L16: _, fail := w.stream.flush(w.Buf)
w_stream.go#L18: return w.stream.writeErr
w_stream.go#L79: if w.stream == nil {
w_stream.go#L87: if w.stream.fail() {
w_stream.go#L93: w.Buf, fail = w.stream.flush(w.Buf)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |